home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / pc / media / dirs / BackUp / Firetower.dir / 00021_Script_MovieScript < prev    next >
Text File  |  2002-10-11  |  173b  |  10 lines

  1. on keydown me
  2.   set MyKey = The keyCode
  3.   sendallsprites(#KeyPress, MyKey)
  4. end
  5.  
  6. on startmovie
  7.   global tower_voice
  8.   if tower_voice=Void then tower_voice=[0,0]
  9. end
  10.